home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t08.bat < prev    next >
DOS Batch File  |  1993-11-30  |  132b  |  6 lines

  1. @echo off
  2. echo External Debugger test (non-dpmi)
  3. gcc -g t08.c -o t08
  4. echo Enter "u main", then enter "q".
  5. go32 -d edebug32 t08
  6.